From: Stefan Monnier Date: Tue, 18 Oct 2011 13:38:09 +0000 (-0400) Subject: * lisp/vc/log-edit.el (log-edit): Add "Author:" header to encourage people X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~1926 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c866232b22109e8e01e868aa275943f072dc9895;p=emacs.git * lisp/vc/log-edit.el (log-edit): Add "Author:" header to encourage people to distinguish the author from the committer. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8635e076156..7ce0ed50a6c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-10-18 Stefan Monnier + + * vc/log-edit.el (log-edit): Add "Author:" header to encourage people + to distinguish the author from the committer. + 2011-10-18 Michael Albinus * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently. diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el index b3f5cfb78f7..ebbe318fc15 100644 --- a/lisp/vc/log-edit.el +++ b/lisp/vc/log-edit.el @@ -386,7 +386,7 @@ uses the current buffer." (setq setup (not setup))) (when setup (erase-buffer) - (insert "Summary: ") + (insert "Summary: \nAuthor: ") (save-excursion (insert "\n\n"))) (if mode (funcall mode)